-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: replace some usage of "h-series" #563
Conversation
@@ -102,7 +102,7 @@ the circuit 2-qubit gate count is not reduced after compilation. | |||
* - [AutoRebase [2]](inv:#*.AutoRebase) | |||
- [SynthesiseTket](inv:#*.SynthesiseTket) | |||
- [FullPeepholeOptimise [3]](inv:#*.passes.FullPeepholeOptimise) | |||
- [RemoveBarriers](inv:#*pytket.passes.RemoveBarriers) | |||
- [RemoveBarriers](inv:#*pytket._tket.passes.RemoveBarriers) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a separate fix required to resolve a sphinx warning. Looks weird to have the _tket
in there but have verfied that it'll resolve correctly in the deployed site.
docs/api.md
Outdated
@@ -1,6 +1,6 @@ | |||
# API documentation | |||
|
|||
The pytket-quantinuum extension allows submission of pytket circuits to the H-series trapped ion devices (and emulators) via the {py:class}`QuantinuumBackend`. | |||
The pytket-quantinuum extension allows submission of pytket circuits to the Quantinuum trapped ion devices (and emulators) via the {py:class}`QuantinuumBackend`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace "the Quantinuum trapped ion devices" with "Quantinuum Systems"
docs/index.md
Outdated
@@ -14,7 +14,7 @@ and Windows. To install, run: | |||
pip install pytket-quantinuum | |||
``` | |||
|
|||
For example usage see the [pytket-quantinuum section](https://docs.quantinuum.com/h-series/trainings/getting_started/pytket_quantinuum/pytket_quantinuum.html) of the H-series documentation. | |||
For example usage see the [pytket-quantinuum section](https://docs.quantinuum.com/h-series/trainings/getting_started/pytket_quantinuum/pytket_quantinuum.html) of the Quantinuum hardware documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quantinuum Systems
Description
Theres not much usage of h-series to update. For the two mentions in the docs I've used "Quantinuum" and "Quantinuum hardware" which I think is clear enough.
There was also some usage in the calendar methods of
QuantinuumBackend
. I just removed the usage here. Fine with doing something else instead though. I'm not too worried about these docstrings.There are some
/h-series
links that remain that crosslink to other pages of the docs site. We'll have to update the url before these can be changed unless we can get it to work with relative linking.